################################################################################
# Automatically-generated file. Do not edit!
################################################################################

-include ../makefile.init

RM := rm -rf

# All of the sources participating in the build are defined here
-include sources.mk
-include subdir.mk
-include gcc/subdir.mk
-include Keil/Flash/subdir.mk
-include EWARM/Flash/Obj/subdir.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
ifneq ($(strip $(ASM_DEPS)),)
-include $(ASM_DEPS)
endif
ifneq ($(strip $(S_UPPER_DEPS)),)
-include $(S_UPPER_DEPS)
endif
endif

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 
SECONDARY_FLASH += \
Ram_2_Ram_Test.hex \

SECONDARY_LIST += \
Ram_2_Ram_Test.lst \

SECONDARY_SIZE += \
Ram_2_Ram_Test.siz \


# All Target
all: Ram_2_Ram_Test.elf secondary-outputs

# Tool invocations
Ram_2_Ram_Test.elf: $(OBJS) $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Invoking: ARM Windows GCC C Linker'
	arm-elf-gcc -nostartfiles -Wl,-Map,Ram_2_Ram_Test.map -mcpu=cortex-m3 -mthumb -g3 -gdwarf-2 -o"Ram_2_Ram_Test.elf" $(OBJS) $(USER_OBJS) $(LIBS)
	@echo 'Finished building target: $@'
	@echo ' '

Ram_2_Ram_Test.hex: Ram_2_Ram_Test.elf
	@echo 'Invoking: ARM Windows GNU Create Flash Image'
	arm-elf-objcopy -O ihex Ram_2_Ram_Test.elf "Ram_2_Ram_Test.hex"
	@echo 'Finished building: $@'
	@echo ' '

Ram_2_Ram_Test.lst: Ram_2_Ram_Test.elf
	@echo 'Invoking: ARM Windows GNU Create Listing'
	arm-elf-objdump -h -S Ram_2_Ram_Test.elf >"Ram_2_Ram_Test.lst"
	@echo 'Finished building: $@'
	@echo ' '

Ram_2_Ram_Test.siz: Ram_2_Ram_Test.elf
	@echo 'Invoking: ARM Windows GNU Print Size'
	arm-elf-size  --format=berkeley Ram_2_Ram_Test.elf
	@echo 'Finished building: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(SECONDARY_SIZE)$(OBJS)$(C_DEPS)$(ASM_DEPS)$(SECONDARY_FLASH)$(EXECUTABLES)$(SECONDARY_LIST)$(S_UPPER_DEPS) Ram_2_Ram_Test.elf
	-@echo ' '

secondary-outputs: $(SECONDARY_FLASH) $(SECONDARY_LIST) $(SECONDARY_SIZE)

.PHONY: all clean dependents
.SECONDARY:

-include ../makefile.targets
